home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / Miscellaneous / MPW p2c / p2cLibraries / MakeFile < prev    next >
Encoding:
Makefile  |  1997-01-29  |  976 b   |  39 lines  |  [TEXT/MPS ]

  1. 68KOBJS    =    :•68kobjects•:
  2. PPCOBJS    =    :•PPCobjects•:
  3.  
  4. LIBS    =    "{68KOBJS}"Builtins.o ∂
  5.             "{68KOBJS}"PStrings.o ∂
  6.             "{68KOBJS}"PHeap.o ∂
  7.             "{68KOBJS}"PSets.o ∂
  8.             "{PPCOBJS}"Builtins.o ∂
  9.             "{PPCOBJS}"PStrings.o ∂
  10.             "{PPCOBJS}"PHeap.o ∂
  11.             "{PPCOBJS}"PSets.o
  12.  
  13. "{68KOBJS}"Builtins.o    ƒ    Builtins.c Builtins.h
  14.     SC Builtins.c -o "{68KOBJS}"Builtins.o -sym on
  15.  
  16. "{PPCOBJS}"Builtins.o    ƒ    Builtins.c Builtins.h
  17.     MrC Builtins.c -o "{PPCOBJS}"Builtins.o -sym on
  18.  
  19. "{68KOBJS}"PStrings.o    ƒ    PStrings.c PStrings.h
  20.     SC PStrings.c -o "{68KOBJS}"PStrings.o -sym on
  21.  
  22. "{PPCOBJS}"PStrings.o    ƒ    PStrings.c PStrings.h
  23.     MrC PStrings.c -o "{PPCOBJS}"PStrings.o -sym on
  24.  
  25. "{68KOBJS}"PHeap.o    ƒ    PHeap.c PHeap.h
  26.     SC PHeap.c -o "{68KOBJS}"PHeap.o -sym on
  27.  
  28. "{PPCOBJS}"PHeap.o    ƒ    PHeap.c PHeap.h
  29.     MrC PHeap.c -o "{PPCOBJS}"PHeap.o -sym on
  30.  
  31. "{68KOBJS}"PSets.o    ƒ    PSets.c PSets.h
  32.     SC PSets.c -o "{68KOBJS}"PSets.o -sym on
  33.  
  34. "{PPCOBJS}"PSets.o    ƒ    PSets.c PSets.h
  35.     MrC PSets.c -o "{PPCOBJS}"PSets.o -sym on
  36.  
  37.  
  38. All ƒ    {LIBS}
  39.